home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / dos2unix.zip / MAKEFILE.MSC < prev    next >
Text File  |  1989-07-05  |  257b  |  15 lines

  1. #
  2. #                              Makefile.MSC
  3. #
  4. # Makes dos2unix and unix2dos
  5. #
  6.  
  7. CFLAGS =
  8.  
  9. dos2unix.exe : dos2unix.c
  10.     cl $(CFLAGS) $*.c $(LIB)\setargv.obj -link /NOE
  11.  
  12. unix2dos.exe : unix2dos.c
  13.     cl $(CFLAGS) $*.c $(LIB)\setargv.obj -link /NOE
  14.  
  15.